home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / FEARBOT.ZIP / Maintce.bat < prev    next >
DOS Batch File  |  1996-07-22  |  504b  |  20 lines

  1. echo off
  2. cls
  3. Echo Welcome to Fear's Maintainace program.
  4. Echo This program is designed to:
  5. echo 1. Clean Seen directory.
  6. echo 2. Clean Page directory.
  7. echo .
  8. echo This Maintanance Program is designed to work with
  9. echo Fearbot version 5.0 only.
  10. echo .
  11. echo All systems go!
  12. echo .
  13. echo Type Control - C to cancel this program.
  14. pause
  15. echo About to Delete the [Page] Direct Files.
  16. Del C:\Fear50\Page
  17. echo About to Delete the [Seen] Direct Files.
  18. Del C:\Fear50\Seen
  19. Echo Program completed.
  20.